@charset "UTF-8";
/* ========== 主体框架 start ========== */
/* ————— 头部 start ————— */
.animHide{opacity: 0;}
.animHide1{opacity: 1;}
#fp-nav.hover{opacity: 0;visibility: hidden;}
.topBox{height: 88px;}
.bai .topBox .top{background: rgb(255,255,255,1);box-shadow: 0px 1px 2px #dcdcdc;}
.top{height: 88px;position: fixed;top: 0;width: 100%;left: 0;box-shadow: 0px 2px 8px 0px rgba(0, 0, 112, 0.2);background: #fff;z-index: 99;}
.top .logo{margin-top: 20px;}
.top .logo img{height: 42px;}
.top .bg{position: absolute;top: 88px;left: 0;width: 100%;height: 0;background: rgb(255,255,255,0.9);-webkit-transition: all .4s linear;display: block;}
.menu{height: 100%;position: relative;}
.menu dd{display:inline; position:relative;float: left;margin-right: 60px;height: 88px;}
.menu dd .yj{height:88px; line-height:88px;text-align:center; position: relative;}
.menu dd .yj a{ display:block;  font-size:15px;color: #666666;transition: all .3s ease-in;-webkit-transition: all .3s ease-in;}
.menu dd .ej {overflow: hidden;position: absolute;top: 88px;height: 0;line-height: 50px;white-space: nowrap;transition: all .3s ease-in;-webkit-transition: all .3s ease-in;}
.menu dd .ej.open{height: 50px;}
.menu dd .ej li {display: inline-block;margin-right: 30px;line-height: 50px;text-align: center;}
.menu dd .ej li:last-child{margin-right: 0;}
.menu dd .ej li a {font-size: 14px;color: #333;}
.menu dd .ej li a:hover {color: #c1161f;}
.menu dd.hover .yj a{font-weight: bold;color: #333;}
.menuBtn{cursor: pointer;position: relative;z-index: 2;}
.menuBtn .con{border-radius: 50%;background: #c1161f;margin-top: 27px;width: 35px;height: 35px;box-sizing: border-box;-webkit-box-sizing: border-box;padding-top: 11px;padding-left: 8px;position: relative;z-index: 2;}
.menuBtn span{display: block;width: 20px;height: 3px;background: #fff;margin-bottom: 2px;transform: scaleY(0.5);-webkit-transform: scaleY(0.5);transition: all .4s ease-in;-webkit-transition: all .4s linear;}
.menuBtn span.line2{width: 16px;}
.menuBtn.active span{height: 1px;}
.menuBtn.active span.line1{transform: rotateZ(45deg)translate(4px,4px);}
.menuBtn.active span.line2{display: none;}
.menuBtn.active span.line3{transform: rotateZ(-45deg)translate(-2px,2px);}
.searchBox{width: 19px;height: 20px;background: url(../images/common/search.png)no-repeat center;margin-top: 33px;cursor: pointer;transition: all .4s ease-in;-webkit-transition: all .4s linear;position: relative;margin-right: 50px;}
.model.show::before {animation: menu-animation .8s ease-out forwards;transform: scale(2) translateY(0);}
.model.show{display: block;}
.model{position: fixed;top: 0;left: 0;z-index: 10600;display: none;width: 100%;height: 100%;overflow: hidden;outline: 0;}
.model span{display: inline-block;width: 50px;height: 50px;line-height: 50px;position: absolute;top: 30px;right: 30px;cursor: pointer;font-size: 72px;text-align: center;overflow: hidden;color: #fff;z-index: 10;}
.model::before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;background-color: rgba(0,0,0,.87);width: 100%;height: 0;padding-bottom: 100%;border-radius: 100%;transform: scale(.04) translateY(9999px);overflow: hidden;z-index: 9;}
.searchPWBox {width: 600px;height: 60px;overflow: hidden;background: #fff;border-radius: 5px;position: absolute;top: 50%;left: 50%;z-index: 9;margin: -30px 0 0 -300px;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;;}
.searchPWBox input {display: block;float: left;width: 530px;height: 60px;background: none;border: none;line-height: 60px;color: #333;font-size: 16px;margin-left: 10px;}
.searchPWBox input::placeholder {color: #999;font-size: 16px;}
.searchPWBox input::-webkit-placeholder {color: #999;font-size: 16px;}
.searchPWBox a {float: left;display: inline;width: 60px;height: 60px;background: #c1161f url(../images/common/searchbtn.png) no-repeat center center;background-size: 19px 20px;color: #fff;font-size: 30px;text-align: center;line-height: 60px;}
.searchPWBox a:hover {opacity: 0.9;}
@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}

	40% {
		transform: scale(.04) translateY(0);
		transition: ease-out
	}

	40% {
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}
.menuBtn .bg{ position: absolute;left: 50%;top: 65%;width: 250rem;padding-top: 250rem;margin-top: -125rem;margin-left: -125rem;background: rgba(220,239,249);border-radius: 100%;transform: scale(0);-webkit-transform: scale(0);;transform-origin: center center;transition: all .8s cubic-bezier(.77,0,.175,1);}
.menuBtn .bg.active{transform: scale(1);-webkit-transform: scale(1);}
.menuBox{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background: url(../images/menubg.jpg) no-repeat center / cover;z-index: -1;opacity: 0;visibility: hidden;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.menuBox.active{z-index: 999;opacity: 1;visibility: visible;}
.menuBox .wrap{position: relative;height: 100%;}
.menuBox .menuBtn{position: absolute;top: 0;right: 0;z-index: 2;}
.menuBox .menuBtn span{height: 1px;}
.menuBox .menuBtn span.line1{transform: rotateZ(45deg)translate(4px,4px);}
.menuBox .menuBtn span.line2{display: none;}
.menuBox .menuBtn span.line3{transform: rotateZ(-45deg)translate(-2px,2px);}
.menuBoxDl{padding: 0 3.25%;text-align: center;height: 100%;}
.menuBoxDl dd{display: inline-block;padding: 0 20px;height: 100%;margin: 0 2%;position: relative;box-sizing: border-box;-webkit-box-sizing: border-box;padding-top: 17.6851%;vertical-align: top;}
.menuBoxDl dd::before{display: block;content: "";width: 0%;height: 100%;background: rgba(255,255,255,0.8);position: absolute;left: 50%;top: 0;ransition: all .4s ease-in;-webkit-transition: all .4s ease-in;margin-left: -120px;}
.menuBoxDl dd:hover::before{width: 240px;}
.menuBoxDl dd ul{position: relative;z-index: 2;}
.menuBoxDl dd ul li{margin-bottom: 25%;}
.menuBoxDl dd ul li a{font-size: 15px;color: #666666;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.menuBoxDl dd ul li.title{margin-bottom: 50%;}
.menuBoxDl dd ul li.title a{font-size: 18px;color: #333333 !important;font-weight: bold;}
.menuBoxDl dd ul li a:hover{color: #c1161f;font-weight: bold;}
/* ————— 头部 end ————— */
/* ————— 下一屏按钮 start ————— */
.nextBtn{position: absolute;bottom: 50px;left: 50%;width: 20px;height: 29px;margin-left: -10px;background: url(../images/nextBtn.png) no-repeat center;-webkit-animation: arrowDown 1s infinite linear;animation: arrowDown 1s infinite linear;cursor: pointer;z-index: 5;}
/*向下的箭头跳动*/
@-webkit-keyframes arrowDown {
    0% {
        -webkit-transform: translate(0,0);
    }
    25%{
        -webkit-transform: translate(0,6px);
    }
    50% {
        -webkit-transform: translate(0,0);
    }
    75%{
        -webkit-transform: translate(0, -6px);
    }
    100% {
        -webkit-transform: translate(0,0);
    }
}
/* ————— 下一屏按钮 end ————— */

/* ————— indexBanner start ————— */
.indexBanner{position: relative;height: 100%;}
.indexBannerLoad{position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); transition: all 1.3s;-webkit-transition: all 1.3s;}
.indexBannerLoad svg{-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;width: 100px;height: 100px;fill: rgb(215, 23, 24);}
.indexBannerLoad.hide{ visibility: hidden; opacity: 0;}
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg);transform:rotate(-360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }
.indexBanner .bd{height: 100%; overflow: hidden; position: absolute; width: 100%; left: 0; top: 0;}
.indexBanner .bd .slick-list,.indexBanner .bd .slick-track{height: 100%;}
.indexBanner.delay .bd .slick-track{ transition-delay: 1.3s !important;-webkit-transition-delay: 1.3s !important;}
.indexBanner .mySlide{height: 100%;position: relative;overflow: hidden;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.indexBanner .mySlide a{display: block;height: 100%;width: 100%;}
.indexBanner .slick-dots{position: absolute;bottom: 50px;right: 0;text-align: center;font-size: 0;}
.indexBanner .slick-dots li{display: inline-block;width: 10px;height: 10px;border-radius: 50%;margin: 0 5px;vertical-align: middle;cursor: pointer;position: relative;background: #fff;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.indexBanner .slick-dots li.slick-active{width: 40px;border-radius: 30px;}
.indexBanner .mySlide .text{position: absolute; left: 50%; top:50%; width: 1200px; transform: translate(-50%,-50%); color: #FFF;display: none;}
.indexBanner .mySlide .text .text1{ font-size: 25px; margin-bottom: 30px;}
.indexBanner .mySlide .text .text2{ font-size: 0px;}
.indexBanner .mySlide .text .text2 span{font-size: 70px;font-family: "宋体";font-weight: bold;letter-spacing: 3px;float: left;}
.indexBanner .mySlide.slick-active .text{display: block;}
.indexBanner .img{ width: 1200px;position: absolute;left: 50%; top:50%;transform: translate(-50%,-50%); font-size: 0;text-align: center;}
.indexBanner .img .imgItem img{overflow: hidden; display: inline-block; visibility: hidden;}
.indexBanner .img .imgItem img.show{visibility: visible;}
.indexBanner .pathBox{position: absolute;z-index: 2;font-size: 24px;font-weight: bold;line-height: 20px;color: #fff;left: 0;bottom: 50px;overflow: hidden;}
.indexBanner .wrapBox{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.indexBanner .wrapBox .wrap{position: relative;height: 100%;}
.indexBanner .pathBox .path{margin: 0 16px;width: 132px;height: 1px;background: rgba(255,255,255,0.5);margin-top: 9px;position: relative;}
.indexBanner .pathBox i{font-style: normal;}
.indexBanner .pathBox .path em{height: 5px;position: absolute;left: 0;top: 50%;margin-top: -2.5px;background: #fff;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.indexBanner .myslide video {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;object-fit: cover;object-position: center center;}
/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
.indexFooter{padding-top: 0 !important;}
.footer{background: #f2f2f2;padding: 75px 0 15px;overflow: hidden;}
.footerMenu{margin-bottom: 30px;overflow: hidden;}
.footerMenu dd{width: 70px;margin-right: 10%;float: left;display: inline;}
.footerMenu dd ul li{margin-bottom: 20px;}
.footerMenu dd ul li a{font-size: 14px;color: #666;height: 16px;line-height: 16px;}
.footerMenu dd ul li a:hover{color: #333;}
.footerMenu dd ul li.title{margin-bottom: 65px;position: relative;font-size: 16px;font-weight: bold;color: #333333;}
.footerMenu dd ul li.title::before{display: block;content: "";position: absolute;bottom: -27px;width: 25px;height: 2px;background: #bdbdbd;}
.footerMenu dd ul li.title a{font-size: 16px;font-weight: bold;color: #333;}
.footerCR{position: relative;}
.footerImg{overflow: hidden;}
.footerImg dd{margin-left: 20px;float: left;display: inline;}
.footerImg dd .con{border: 1px solid #d7d7d7;border-radius: 3px;padding: 10px;margin-bottom: 15px;}
.footerImg dd img{display: block;width: 110px;height: 110px;}
.footerImg dd{font-size: 14px;color: #999999;display: block;text-align: center;}
.footerB{padding: 35px 0 0 0;border-top: 1px solid #d9d9d9;}
.footerText .info{font-size: 14px;color: #333333;height: 30px;line-height: 30px;padding-left: 42px;background: url(../images/footernow.png) no-repeat center left;margin-bottom: 15px;}
.footerText .info.tel{background-image: url(../images/footerphone.png);}
.footerText .info.tel img{display: inline-block;vertical-align: middle;height: 11px;}
/* 备案信息 start */
.ftArchival{height: 50px;line-height: 50px;font-size: 14px;color: #999;}
.ftArchival a{font-size: 14px;color: #999;transition: all 0.4s;-webkit-transition: all 0.4s;}
.ftArchival a:hover{color: #333;}
.ftArchival .footerBan{background: url(../images/common/beian.png) no-repeat center left 6px;padding-left: 30px;}
.ftArchival .footerCnzz{background: url(../images/common/cnzzIcn.png) no-repeat center right;padding-right: 55px;}
/* 备案信息 end */
/* 友情链接start */
.friendLink {width: 227px;margin-bottom: 5px;margin-left: auto;}
.footerLinkBox {position: relative;height: 38px;line-height: 38px;border-radius: 5px;background: rgba(153,153,153, 0.1);padding: 0 16px;cursor: pointer;}
.footerLinkBox span {display: block;font-size: 14px;color: #333333;background: url(../images/fdRight.png) center right no-repeat;}
.footerDown {position: absolute;width: 100%;bottom: 38px;left: 0;border-radius: 0 0 5px 5px;background: rgba(0, 0, 0, 0.3);border-top: 1px solid rgba(255, 255, 255, 0.5);display: none;}
.footerDown a {display: block;line-height: 20px;padding: 10px 16px;font-size: 13px;color: #FFFFFF;}
.footerDown a:hover {color: #fff;}
/* 友情链接end   */
/* ————— 底部 end ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top: 29.16666%;z-index: 2;position: relative;}
.subBanner img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;transform: scale(1.1);-webkit-transform: scale(1.1);transition: all 3s ease;-webkit-transition: all 3s ease;}
.subBanner.on  img{transform: scale(1);-webkit-transform: scale(1);}
/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox{clear:both;width: 100%;height: 80px;background: #fff;box-shadow:0 3px 5px #dcdcdc;border-bottom: 1px solid #ebebeb;}
.subNavBox{ position: relative;}
.subNav::after{ display: block; content: ''; clear: both; visibility: hidden;}
.subNav a{display: inline;float: left;line-height: 80px;height:80px;color: #666666;font-size: 15px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;text-align: center;position: relative;z-index: 2;}
.subNav .bg{height: 81px;position: absolute;left: 0;top: 0;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;background: #c1161f;}
.subNav a.hover{color: #fff;}
/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu{height: 80px;line-height: 80px;background: #fff;box-shadow:0 3px 5px #dcdcdc;border-bottom: 1px solid #ebebeb;}
.sjMenu a{ display: inline-block; padding:0 10px; color: #333; font-size: 16px;}
.sjMenu  em{display: inline-block;width: 6px;height: 6px;margin: 0 30px;border-radius: 50%;background: #c1161f;}
.sjMenu a:hover{ color: #c1161f; font-weight: bold;}
.sjMenu a.hover{ color: #c1161f; font-weight: bold;}
/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;color:#999999;border-radius:3px; margin: 0 3px;width: 34px;height: 34px;padding-top: 7px;box-sizing: border-box;-webkit-box-sizing: border-box;border: 1px solid #dfdfdf;background: #fff;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #c1161f;color: #fff;}
.page a.hover{background: #c1161f;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}
.page a div{height: 19px;background-position: center center;background-repeat: no-repeat;}
.page a.firstPage div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/common/page/lastPage.png)}
.page a.firstPage:hover div{background-image: url(../images/common/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/common/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/common/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/common/page/lastPageh.png)}
.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}
.page a.firstPage.disabled div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/common/page/lastPage.png)}
/* ————— 页码 end ————— */
/* ————— 弹窗 start ————— */
.aykj-recruitTc .layui-layer-btn{ text-align: center;}
.aykj-recruitTc .layui-layer-btn a{ height: 38px; line-height: 38px; padding: 0 40px; font-size: 14px;}
.aykj-recruitTc .layui-layer-btn .layui-layer-btn0{background: #1e5ab0; color: #FFF; border-color: #1e5ab0;}
.aykj-recruitTc .layui-layer-btn .layui-layer-btn1{background: #ddd; color: #8b8b8b; border-color: #ddd;}

.aykj-alert .layui-layer-btn .layui-layer-btn0{background: #1e5ab0; border-color: #1e5ab0;}
/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */

/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.indexTitle{font-size: 30px;color:  #333333;line-height: 30px;position: relative;}
.indexTitle::before{display: block;content: "";position: absolute;left: 0;top: 60%;margin-top: -35px;width: 60px;background: url(../images/indexTitlebg.png) no-repeat center;height: 71px;}
.indexTitle span{font-size: 36px;display: inline-block;margin-right: 15px;position: relative;top: 4px;}
.indexTitle.baise{color: #fff;}
.indexTitle.baise span{color: #fff;}
.indexTitle.baise::before{display: none;}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.column1{position: relative;}
.column1 .bgBox{position: absolute;width: 100%;left:0;top: 0;height: 100%;overflow: hidden;}
.column1 .bgBox .bg1{width: 56.3%;height: 100%;background: url(../images/col1Lbg.jpg) no-repeat center / cover;position: relative;}
.column1 .bgBox .bg1 canvas{width: 100% !important;height: 100% !important;}
.column1 .bgBox .bg2{overflow: hidden;height: 100%;background: url(../images/col1Rbg.jpg) no-repeat center / cover;position: relative;}
.column1 .bgBox .bg2 .bg{position: absolute;right: 0;width: 100%;bottom: 0;height: 28.3333%;background: url(../images/col1img.jpg) no-repeat center / cover;}
.col1L{width: 58.0128%;height: 100%;}
.column1 .wrap{height: 100%;}
.col1Dl{overflow: hidden;}
.col1Dl dd.jj1{margin-left: 25.1%;}
.col1Dl dd{width: 24.8618%;float: left;display: inline-block;}
.col1Dl dd .con{display: block;padding-top: 100%;position: relative;font-size: 0;}
.col1Dl dd .con::before{display: block;content: "";position: absolute;bottom: 0;height: 2px;background: #c1161f;width: 0;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col1Dl dd.dd1 .con::before{left: 0;}
.col1Dl dd.dd2 .con::before{left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
.col1Dl dd.dd3 .con::before{right: 0;}
.col1Dl dd .con:hover::before{width: 300%;}

.col1Dl dd .con .bg1{width: 33.3333%;left: 0;top: 0;height: 0;background: #c1161f;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;position: absolute;}
.col1Dl dd .con .bg2{width: 33.3333%;left: 33.3333%;bottom: 0;height: 0;background: #c1161f;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;position: absolute;}
.col1Dl dd .con .bg3{width: 33.3333%;left: 66.6666%;top: 0;height: 0;background: #c1161f;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;position: absolute;}
.col1Dl dd .con:hover .bg{height: 100%;}
.col1Dl dd.dd1 .con{background: rgba(255,255,255,0.1);}
.col1Dl dd.dd2 .con{background: rgba(255,255,255,0.2);}
.col1Dl dd.dd3 .con{background: rgba(255,255,255,0.3);}
.col1Dl dd .con .conB{position: absolute;left: 0;width: 100%;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 11.1111%;}
.col1Dl dd .con .conB .icn{height: 40px;margin-bottom: 45%;}
.col1Dl dd .con .conB .text .btn{width: 20px;height: 20px;margin-left: 20px;background: url(../images/col1btn.png) no-repeat center;}
.col1Dl dd .con .conB .text .textc{overflow: hidden;}
.col1Dl dd .con .conB .text .textc .title{font-size: 18px;font-weight: bold;color: #ffffff;margin-bottom: 10px;line-height: 20px;height: 20px;}
.col1Dl dd .con .conB .text .textc .titlec{font-size: 12px;color: #ffffff;line-height: 14px;height: 14px;}
.col1R{overflow: hidden;padding-left: 60px;height: 100%;}
.col1R .indexTitle{margin-bottom: 8%;}
.col1R .info{font-size: 14px;line-height: 28px;color: #666666;height: 140px;margin-bottom: 8%;}
.col1Rdl{overflow: hidden;margin-bottom: 10%;}
.col1Rdl dd{margin-right: 15%;float: left;display: inline;}
.col1Rdl dd:last-child{margin-right: 0;}
.col1Rdl dd .title i{font-size: 42px;font-weight: bold;color: #333333;line-height: 42px;margin-bottom: 30px;display: inline-block;font-style: normal;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col1Rdl dd .title span{font-size: 14px;line-height: 14px;display: inline-block;margin-left: 14px;vertical-align: top;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col1Rdl dd .titlec{font-size: 15px;line-height: 15px;color: #999999;height: 16px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col1R .btn{display: block;width: 35px;height: 35px;background: url(../images/col1more.png) no-repeat center;}
.col1Rdl dd:hover .title i{color: #c1161f;}
.col1Rdl dd:hover .title span{color: #c1161f;}
.col1Rdl dd:hover .titlec {color: #c1161f;}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2 {background: url(../images/col2bg.jpg) no-repeat center / cover;}
.column2 .indexTitle{margin-bottom: 60px;}
.col2Box{position: relative;}
.col2L{position: absolute;top: 0;left: 0;width: 300px;z-index: 5;}
.col2L .tab a{display: block;margin-bottom: 30px;position: relative;font-size: 15px;color: #333333;padding-left: 27px;line-height: 15px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;width: 70px;}
.col2L .tab a::before{display: block;content: "";width: 4px;height: 1px;background: #333;position: absolute;left: 0;top: 50%;margin-top: -0.5px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col2L .tab a.hover{color: #c1161f;font-weight: bold;}
.col2L .tab a.hover::before{background: #c1161f;}
.col2L .tabC{position: relative;}
.col2Slick{opacity: 0;z-index: -1;position: absolute;left: 0;width: 100%;top: 0;}
.col2Slick.active{opacity: 1;z-index: 2;}
.col2Slick .bd{padding-left: 350px;}
.col2Slick .prev {display: block;width: 50px;height: 80px;cursor: pointer;position: absolute;left: 0;bottom: 0;z-index: 1;display: none;}
.col2Slick .prev::before{display: block;content: "";width: 0;height: 100%;position: absolute;right: 0;top: 0;background: #c1161f;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col2Slick .prev::after{display: block;content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;background:  url(../images/col2prev.png) no-repeat center center;z-index: 2;}
.col2Slick .next {display: block;width: 50px;height: 80px;cursor: pointer;position: absolute;left: 0;bottom: 110px;z-index: 1;display: none;}
.col2Slick .next::before{display: block;content: "";width: 0;height: 100%;position: absolute;left: 0;top: 0;background: #c1161f;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col2Slick .next::after{display: block;content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;background:  url(../images/col2next.png) no-repeat center center;z-index: 2;}
.col2Slick .prev:hover::before{width: 100%;}
.col2Slick .next:hover::before{width: 100%;}
.col2Slick .prev:hover::after{background-image: url(../images/col2prevon.png);}
.col2Slick .next:hover::after{background-image: url(../images/col2nexton.png);}
.col2Slick .slick-list {margin:0 -17px;}
.col2Slick .myslide {float: left;display: inline;}
.col2Slick .slickCon {display: block;margin: 0 15px;}
.col2Slick .pic::before{padding-top: 60%;}
.col2Slick .text{padding: 40px 20px 60px;}
.col2Slick .text .title{height: 18px;line-height: 18px;margin-bottom: 20px;}
.col2Slick .text .title a{font-size: 16px;font-weight: bold;color: #333;}
.col2Slick .text .info{font-size: 14px;color: #777777;line-height: 22px;height: 44px;margin-bottom: 35px;}
.col2Slick .text .time{font-size: 14px;color: #999999;line-height: 15px;height: 15px;padding-left: 25px;background: url(../images/col2time.png) no-repeat center left;margin-bottom: 40px;}
.col2Slick .text .btn{display: block;width: 35px;height: 35px;border-radius: 50%;border: 1px solid #666;background: url(../images/col2next.png) no-repeat center;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col2Slick .slickCon:hover .text .btn{background: #c1161f url(../images/col2nexton.png) no-repeat center;border-color: #c1161f;}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3{position: relative;}
.col3bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.col3bg::before{display: block;content: "";width: 100%;height: 100%;top: 0;left: 0;background: url(../images/col3hbg.png) no-repeat center / cover;z-index: 2;position: absolute;}
.col3bgSlick,.col3bgSlick .bd,.col3bgSlick .bd .myslide,.col3bgSlick .bd .myslide .bg,.col3bgSlick .bd .slick-list,.col3bgSlick .bd .slick-list .slick-track{height: 100%;}
.col3bgSlick .bd .slick-track {transform: translate(1px) !important;margin-left: -1px;left: 0 !important;}
.col3bgSlick .bd{position: relative;}
.col3bgSlick .bd .myslide{transform: scale(1.3);-webkit-transform: scale(1.3);transition: 1.5s ease-in-out;-webkit-transition: 1.5s ease-in-out;position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;}
.col3bgSlick .bd .myslide.slick-active {transform: scale(1);-webkit-transform: scale(1);opacity: 1;z-index: 2;}
.column3 .wrap{position: relative;z-index: 2;}
.column3 .indexTitle{margin-bottom: 4%;}
.column3 .newText{min-height: 170px;width: 60%;margin-bottom: 10%;}
.column3 .newText .title{height: 24px;margin-bottom: 24px;line-height: 24px;}
.column3 .newText .title a{font-size: 24px;color: #fff;}
.column3 .newText .info{font-size: 14px;line-height: 24px;height: 48px;color: #fff;margin-bottom: 35px;}
.column3 .newText .btn{display: inline-block;height: 35px;line-height: 35px;padding-right: 50px;background: url(../images/col3btn.png) no-repeat center right;font-size: 14px;color: #fff;}
.col3Slick{position: relative;}
.col3Slick .bd{width: 57.0512%;margin-left: auto;}
.col3Slick .prev {display: block;width: 50px;height: 50px;cursor: pointer;background: url(../images/col3prev.png) no-repeat center center;position: absolute;left: 0;top: 50%;margin-top: -25px;z-index: 1;display: none;border: 1px solid #fff;border-radius: 50%;opacity: 0.5;}
.col3Slick .next {display: block;width: 50px;height: 50px;cursor: pointer;background: url(../images/col3next.png) no-repeat center center;position: absolute;left: 60px;top: 50%;margin-top: -25px;z-index: 1;display: none;border: 1px solid #fff;border-radius: 50%;opacity: 0.5;}
.col3Slick .next:hover{opacity: 1;}
.col3Slick .prev:hover{opacity: 1;}
.col3Slick .slick-list {margin:0 -13px;}
.col3Slick .myslide {float: left;display: inline;}
.col3Slick .slickCon {display: block;margin:0 13px;border-radius: 6px;border: 1px solid #fff;height: 158px;box-sizing: border-box;-webkit-box-sizing: border-box;padding-top: 30px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;cursor: pointer;}
.col3Slick .slickCon .icn{height: 42px;margin-bottom: 23px;}
.col3Slick .slickCon span{display: block;font-size: 18px;color: #ffffff;line-height: 18px;height: 20px;overflow: hidden;text-align: center;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col3Slick .myslide.slick-active.slick-current .slickCon{background: rgba(255,255,255,0.3);border-color: rgba(255,225,225,0.3);}
.col3Slick .myslide.slick-active.slick-current .slickCon span{font-weight: bold;}
/* ————— 第3通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 简介 start ========== */
/* ————— 第1通栏 start ————— */
.intro1{background: #fff url(../images/intro1bg.png) no-repeat bottom center;padding: 105px 0 95px;}
.intro1 .title{font-size: 24px;color: #333333;line-height: 24px;height: 24px;margin-bottom: 55px;}
.intro1 .title span{display: inline-block;font-size: 30px;color: #c1161f;margin-right: 10px;font-family: fangsong;}
.intro1 .info{font-size: 14px;color: #555555;line-height: 30px;height: 300px;overflow: hidden;margin-bottom: 35px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.intro1 .btn{width: 30px;height: 30px;margin: 0 auto;background: url(../images/intro1btn.png) no-repeat center;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;cursor: pointer;}
.intro1 .btn.active{transform: rotateZ(180deg);-webkit-transform: rotateZ(180deg);}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.intro2{padding-top: 31.25%;position: relative;}
.intro2Slick,.intro2Slick .bd,.intro2Slick .bd .myslide,.intro2Slick .bd .myslide .bg,.intro2Slick .bd .slick-list,.intro2Slick .bd .slick-list .slick-track{height: 100%;}
.intro2Slick{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.intro2Slick .bd{position: relative;}
.intro2Slick .bd .slick-track {transform: translate(1px) !important;margin-left: -1px;left: 0 !important;}
.intro2Slick .bd .myslide{transform: scale(1.3);-webkit-transform: scale(1.3);transition: 1.5s ease-in-out;-webkit-transition: 1.5s ease-in-out;position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;}
.intro2Slick .bd .myslide.slick-active {transform: scale(1);-webkit-transform: scale(1);opacity: 1;z-index: 2;}
.intro2 .CDl{height: 100%;font-size: 0;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;background: rgba(0,0,0,0.35);}
.intro2 .CDl .wrap{height: 100%;}
.intro2Dl{height: 100%;font-size: 0;box-sizing: border-box;-webkit-box-sizing: border-box;border-left: 1px solid rgba(255,255,255,0.3);}
.intro2Dl dd{float: left;display: inline;height: 100%;width: 25%;box-sizing: border-box;-webkit-box-sizing: border-box;border-right: 1px solid rgba(255,255,255,0.3);}
.intro2Dl dd .con{display: block;height: 100%;position: relative;}
.intro2Dl dd .con .text{position: absolute;left: 15px;top: 35%;transform: translateY(-50%);-webkit-transform: translateY(-50%);transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.intro2Dl dd.hover .con .text{top: 50%;}
.intro2Dl dd .con .text .num{font-size: 24px;line-height: 24px;color: #fff;position: absolute;left: -60px;top: 62%;height: 20px;margin-top: -10px;}
.intro2Dl dd .con .text::before{display: block;content: "";width: 1px;height: 60px;background: #fff;position: absolute;left: -16px;top: 64%;margin-top: -30px;}
.intro2Dl dd .con .text .icn{height: 45px;margin-bottom: 28px;}
.intro2Dl dd .con .text .title{font-size: 24px;margin-bottom: 20px;line-height: 24px;height: 24px;color: #fff;}
.intro2Dl dd .con .text .info{font-size: 16px;line-height: 16px;height: 16px;color: #fff;}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.intro3{padding: 90px 0 60px;}
.intro3 .ctitle{font-size: 24px;color: #333333;line-height: 24px;height: 24px;margin-bottom: 55px;text-align: center;}
.intro3 .ctitle span{display: inline-block;font-size: 30px;color: #c1161f;margin-right: 10px;font-family: fangsong;}
.intro3Dl dd .con{display: block;box-sizing: border-box;-webkit-box-sizing: border-box;position: relative;}
.intro3Dl dd .con::before{display: block;content: "";width: 126px;height: 113px;background: url(../test/intro3icn.png) no-repeat center;position: absolute;}
.intro3Dl dd.jj1 .con::before{left: -10px;bottom: -50px;}
.intro3Dl dd.jj2 .con::before{right: -51px;bottom: -86px;transform: rotateZ(93deg);}
.intro3Dl dd.jj3 .con::before{left: -87px;bottom: -49px;}
.intro3Dl dd.jj4 .con::before{display: none;}
.intro3Dl dd.dd1 .con{width: 52.2436%;margin-left: auto;}
.intro3Dl dd.dd2 .con{width: 49.7564%;margin-right: auto;text-align: right;position: relative;top: -10px;}
.intro3Dl dd.jj2{margin-bottom: 50px;}
.intro3Dl dd.jj4 .con{position: relative;top: -25px;}
.intro3Dl dd .con .icn{width: 133px;height: 133px;background-color: #ffbb00;border: 10px solid #fff2ce;float: left;border-radius: 50%;position: relative;z-index: 2;}
.intro3Dl dd .con .icn a{display: block;height: 100%;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.intro3Dl dd:hover .con .icn a{transform: rotateY(180deg);-webkit-transform: rotateY(180deg);}
.intro3Dl dd .con .text{height: 133px;overflow: hidden;}
.intro3Dl dd .con .text .title{height: 26px;margin-bottom: 25px;}
.intro3Dl dd .con .text .title a{font-size: 22px;color: #333;}
.intro3Dl dd .con .text .info{font-size: 14px;line-height: 24px;color: #777777;height: 72px;overflow: hidden;}
.intro3Dl dd.jj1 .con{padding-left: 80px;}
.intro3Dl dd.jj4 .con{padding-right: 80px;}
.intro3Dl dd.dd2 .icn{float: right;margin-left: 45px;}
.intro3Dl dd.dd1 .icn{margin-right: 45px;}
.intro3Dl dd.jj2 .con .icn{background-color: #959ead;border-color: #dae1ec;}
.intro3Dl dd.jj3 .con .icn{background-color: #e9723a;border-color: #ffe0d2;}
.intro3Dl dd.jj3 .con .icn{background-color: #5b9bd5;border-color: #d2eaff;}
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.intro4{padding-top: 20.3333%;position: relative;}
.intro4::before{display: block;content: "";width: 100%;left: 0;height: 100%;top: 0;z-index: 2;position: absolute;background: rgba(0,0,0,0.5);}
.intro4 .btn{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);z-index: 3;cursor: pointer;}
.intro4 .btn .icn{width: 40px;height: 40px;margin: 0 auto;margin-bottom: 20px;background: url(../images/video.png) no-repeat center;}
.intro4 .btn span{display: block;text-align: center;font-size: 15px;line-height: 15px;color: #fff;height: 15px;}
/* ————— 第4通栏 end ————— */
/* ========== 简介 end ========== */
/* ========== 发展与战略 start ========== */
.strate1{background: #fff url(../images/strate1bg.png) no-repeat bottom -200px right;padding: 108px 0 0 0 ;}
.strate1 .con{padding: 0 5.6410%;}
.strate1 .pic{width: 418px;margin-right: 5%;border-radius: 50%;overflow: hidden;}
.strate1 .pic::before{padding-top: 100%;}
.strate1 .pic::after{display: block;content: "";width: 322px;height: 322px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border: 47px solid rgba(255,255,255,0.5);z-index: 2;border-radius: 50%;}
.strate1 .text{overflow: hidden;padding-top: 40px;}
.strate1 .text .ctitle{font-size: 32px;color: #333333;line-height: 32px;height: 32px;margin-bottom: 20px;}
.strate1 .text .ctitle span{font-size: 26px;color: #999999;opacity: 0.3;font-family: fangsong;display: inline-block;margin-left: 5px;}
.strate1 .text .cinfo{font-size: 15px;line-height: 25px;color: #888888;height: 50px;overflow: hidden;margin-bottom: 60px;}
.strate1Slick .textc .title{height: 20px;margin-bottom: 20px;}
.strate1Slick .textc .title a{font-size: 18px;color: #333;line-height: 18px;font-weight: bold;}
.strate1Slick .textc .info{padding-left: 25px;line-height: 30px;font-size: 15px;color: #555555;margin-bottom: 40px;position: relative;}
.strate1Slick .textc .info::before{display: block;content: "";position: absolute;left: 0;top: 5px;width: 50px;height: 50px;background: url(../images/strate1texticn.png) no-repeat center;}
.strate1Slick .slick-dots{overflow: hidden;}
.strate1Slick .slick-dots li{display: inline;float: left;width: 20px;height: 20px;border-radius: 50%;margin-right: 10px;background: #999999;cursor: pointer;color: #fff;font-size: 14px;line-height: 20px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;text-align: center;}
.strate1Slick .slick-dots li.slick-active{background: #c1161f;}

.strate2{padding: 300px 0 180px;background: url(../images/strate2bg.jpg) no-repeat center / 100% 100%;}
.strate2 .ctitle{font-size: 32px;color: #fff;line-height: 32px;height: 32px;margin-bottom: 115px;text-align: center;}
.strate2 .ctitle span{font-size: 26px;color: #fff;opacity: 0.3;font-family: fangsong;display: inline-block;margin-left: 5px;}
.strate2Dl{margin-right: -30px;}
.strate2Dl dd{display: inline;float: left;width: 33.3333%;}
.strate2Dl dd .con{display: block;margin-right: 30px;position: relative;height: 270px;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 85px 40px 0;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;top: 0;}
.strate2Dl dd .con .icn{position: absolute;left: 50%;top: -45px;width: 90px;height: 90px;border-radius: 50%;box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);margin-left: -45px;}
.strate2Dl dd .con .info{font-size: 15px;line-height: 26px;color: #333333;max-height: 130px;overflow: hidden;}
.strate2Dl dd.dd1 .con{background: url(../images/strate2ddbg1.jpg) no-repeat center / cover;}
.strate2Dl dd.dd2 .con{background: url(../images/strate2ddbg2.jpg) no-repeat center / cover;}
.strate2Dl dd.dd3 .con{background: url(../images/strate2ddbg3.jpg) no-repeat center / cover;}
.strate2Dl dd .con:hover{top: -20px;}

.strate3{padding: 80px 0 100px;background: #fff url(../images/strate3bg.jpg) no-repeat top center / 100%;}
.strate3 .ctitle{font-size: 32px;color: #333333;line-height: 32px;height: 32px;margin-bottom: 90px;text-align: center;}
.strate3 .ctitle span{font-size: 26px;color: #999999;opacity: 0.3;font-family: fangsong;display: inline-block;margin-left: 5px;}
.strate3Dl{margin-right: -20px;}
.strate3Dl dd{width: 25%;float: left;display: inline;}
.strate3Dl dd .con{margin-right: 20px;display: block;}
.strate3Dl dd .con .pic{margin: 0 auto;width: 190px;border-radius: 50%;border: 13px solid #e8e8e8;margin-bottom: 20px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.strate3Dl dd .con .pic img{border-radius: 50%;}
.strate3Dl dd .con .pic::before{padding-top: 100%;}
.strate3Dl dd .con .pic::after{display: block;content: "";width: 61px;height: 22px;background: url(../images/strate3ddivn.png) no-repeat center;position: absolute;bottom: -30px;left: 50%;margin-left: -30.5px;opacity: 0;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.strate3Dl dd .con span{display: block;padding: 0 13%;font-size: 15px;line-height: 26px;color: #555555;text-align: center;}
.strate3Dl dd.dd1{margin-top: 80px;}
.strate3Dl dd .con:hover .pic{border-color: #c1161f;}
.strate3Dl dd .con:hover .pic:after{opacity: 1;}
/* ========== 发展与战略 end ========== */
/* ========== 发展历程 start ========== */
.development{height: 870px;box-sizing: border-box;-webkit-box-sizing: border-box;background: url(../images/coursebg.jpg) no-repeat center / cover;padding-top: 158px;}
.developmentSlick{position: relative;margin-left: auto;width: 76.9230%;z-index: 5;top: -28px;}
.developmentSlick .prev {display: block;width: 18px;height: 30px;cursor: pointer;background: url(../images/courseprev.png) no-repeat center center;position: absolute;left: 0;top: 50%;margin-top: -15px;z-index: 1;display: none;}
.developmentSlick .next {display: block;width: 18px;height: 30px;cursor: pointer;background: url(../images/coursenext.png) no-repeat center center;position: absolute;right: 0;top: 50%;margin-top: -15px;z-index: 1;display: none;}
.developmentSlick .bd {overflow: hidden;padding:0 50px;}
.developmentSlick .slick-list {margin:0 -10px;}
.developmentSlick .myslide {float: left;display: inline;}
.developmentSlick .slickCon {display: block;margin:0 10px;background: #fff;border-radius: 6px;padding: 35px 30px;}
.developmentSlick .slickCon .pic{width: 300px;margin-right: 10%;}
.developmentSlick .slickCon .pic::before{padding-top: 60%;}
.developmentSlick .slickCon .text{overflow: hidden;height: 180px;}
.developmentSlick .slickCon .text .title{font-size: 16px;color: #999999;line-height: 36px;margin-bottom: 20px;}
.developmentSlick .slickCon .text .title span{font-size: 36px;color: #c1161f;font-weight: bold;}
.developmentSlick .slickCon .text .info{font-size: 16px;line-height: 28px;color: #666666;}
.development .wrap{position: relative;height: 100%;}
.development .bg{position: absolute;height: 100%;left: 105px;top: 0;width: 440px;}
.development .bg .bg1{position: absolute;height: 100%;left: 0;top: 0;width: 100%;background: url(../images/coursebgb.png)no-repeat top left;}
.development .bg .bg2{position: absolute;left: 0;top: 0;width: 100%;background: url(../images/coursebgh.png)no-repeat top left;z-index: 2;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;height: 0;}
.courseDl{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 3;}
.courseDl dd{position: absolute;width: 15px;height: 15px;border-radius: 50%;background: #fff;cursor: pointer;}
.courseDl dd span{position: absolute;right: 25px;font-size: 18px;font-weight: bold;color: #fff;line-height: 20px;height: 20px;top: -3px;}
.courseDl dd.dd1{top: -7px;left: -7px;}
.courseDl dd.dd2{top: 130px;left: 104px;}
.courseDl dd.dd3{top: 248px;left: 98px;}
.courseDl dd.dd4{top: 262px;left: 252px;}
.courseDl dd.dd5{top: 340px;left: 270px;}
.courseDl dd.dd6{top: 447px;left: 235px;}
.courseDl dd.dd7{top: 526px;left: 174px;}
.courseDl dd.dd8{top: 579px;left: 418px;}
.courseDl dd.dd1 span,.courseDl dd.dd4 span,.courseDl dd.dd5 span,.courseDl dd.dd8 span{left: 25px;right: auto;text-align: right;}
.coursemore{position: absolute;width: 15px;height: 15px;border-radius: 50%;background: #fff;display: block;bottom: 13px;left: 265px;z-index: 5;}
.coursemore span{position: absolute;right: 25px;font-size: 15px;font-weight: bold;color: #fff;line-height: 20px;height: 20px;top: -3px;white-space: normal;width: 60px;}
/* ========== 发展历程 end ========== */
/* ========== 频道页 end ========== */